home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4200 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  974 b 

  1. Path: news.telepac.pt!usenet
  2. From: jcarlosr@mail.telepac.pt (J.Carlos)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Large 1 dim array in c++, please give me a hint!
  5. Date: Sun, 28 Jan 1996 21:55:44 GMT
  6. Organization: telepac
  7. Message-ID: <4egv07$cpj@vivaldi.telepac.pt>
  8. References: <4e4ssa$n9t@mira.sara.nl> <4e8apb$ik5@mira.sara.nl>
  9. NNTP-Posting-Host: alv1_p9.telepac.pt
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Paul Langemeijer <lmeijer@phys.uva.nl> wrote:
  13. > I am working on a simulation program that generates a lot of
  14. > (complex) numbers which I would like to store in a large array, to
  15. > make a FFT lateron.
  16. > The calloc function will not allow me enough memory to store my
  17. > approximately 1Mb of data, though there is enough internal memory
  18. > on my PC. How can I fix this? I am using Borland C++ under DOS.
  19.  
  20. You must use some kind of dos extender to use more than 640K in dos,
  21. you could try Borland Power Pack for BC 4.5 since you are using
  22. Borland ...
  23. Regards, J.Carlos
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.